home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / bzip2.postinst < prev    next >
Text File  |  2008-06-23  |  203b  |  11 lines

  1. #!/bin/sh
  2. set -eu
  3.  
  4. # FHS
  5. #pkg=bzip2
  6. #if [ "$1" = "configure" ]; then
  7. # if [ -d /usr/doc ] && [ ! -e /usr/doc/$pkg ] && [ -d /usr/share/doc/$pkg ]; then
  8. #  ln -sf ../share/doc/$pkg /usr/doc/$pkg
  9. # fi
  10. #fi
  11.